home *** CD-ROM | disk | FTP | other *** search
- object ExitForm: TExitForm
- Left = 316
- Top = 238
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Exit Setup'
- ClientHeight = 169
- ClientWidth = 296
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 273
- Height = 26
- Anchors = [akLeft, akTop, akRight]
- Caption =
- 'Setup is not complete. If you quit the Setup program now, the pr' +
- 'ogram will not be installed.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 52
- Width = 276
- Height = 26
- Anchors = [akLeft, akTop, akRight]
- Caption =
- 'You may run the Setup program at a later time to complete the in' +
- 'stallation.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 8
- Top = 92
- Width = 232
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = 'To continue installing the program, click Resume.'
- end
- object Label4: TLabel
- Left = 8
- Top = 112
- Width = 205
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = 'To quit the Setup program, click Exit Setup.'
- end
- object ResumeBtn: TButton
- Left = 60
- Top = 140
- Width = 75
- Height = 25
- Caption = 'Resume'
- TabOrder = 0
- OnClick = ResumeBtnClick
- end
- object ExitBtn: TButton
- Left = 148
- Top = 140
- Width = 75
- Height = 25
- Caption = 'Exit Setup'
- TabOrder = 1
- OnClick = ExitBtnClick
- end
- end
-